@charset "utf-8";
/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    margin: 0 auto;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 500px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;*
    display: inline;
    zoom:1;
    width: 10px;
    height: 10px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.fullSlide .hd ul .on {
    background: #fff;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 66px;
    height: 56px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity:0.3;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    filter:alpha(opacity=30);opacity:0.3;
}
.fullSlide .prev {
    left: 1%;
    background: url(../images/focus-page-btns.png) no-repeat;
}

.fullSlide .next {
    right: 1%;
   background: url(../images/focus-page-btns.png) no-repeat;
   background-position:-66px 0;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.itit{
    text-align: center;
    margin-bottom: 30px;
}
.itit .itit_t1{
    font-size: 32px;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.itit .itit_t2{
    color: #999;
    text-transform: uppercase;
}
.itit .itit_xian{
    height:  1px;
    background: #f0f0f0;
    width: 100%;
    margin: 10px 0px;
    position:  relative;
}
.itit .itit_xian:before{
    content: "";
    background:  #009a44;
    height:  2px;
    width: 150px;
    position: absolute;
    left: 525px;
    bottom: 0;
}

/*合作案例*/
.icase{
    background: #e6e6e6;
    padding: 50px 0;
}
.icase_list{
   position:relative;
}
.icase_list .prev,.icase_list .next{
    display:block;
    width: 50px;
    height: 50px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    line-height: 48px;
    background: #999;
    color: #fff;
    font-size: 36px;
    top: 30%;
    box-shadow: 2px 2px 2px #ccc;
}
.icase_list .prev:hover,.icase_list .next:hover{
    background: #009a44;
}
.icase_list .prev{
    left: 0;
}
.icase_list .next{
    right: 0;
}
.icase_list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.icase_list .bd ul li{
    width: 250px;
    float:left;
    margin: 0 10px;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.icase_list .bd ul li a img{
    width:100%;
    display: block;
}
.icase_list .bd ul li p{
    height: 35px;
    line-height: 35px;
}
.icase_list .bd ul li:hover p{
    color: #009a44;
}
.icase_list .tempWrap{
    margin: 0 auto
}



/*关于我们*/
.iabout{
    margin:50px 0;
}
.iabout_l{
    width: 480px;
}
.iabout_l img{
    display: block;
    width: 480px;
    height: auto;
}
.iabout_r{
    width: 680px;
}
.iabout_r .iabout_r_tit{
    font-size:  32px;
    border-bottom: 3px solid #009a44;
    float:  left;
    padding-bottom:  5px;
    margin-bottom: 15px;
}
.iabout_r dl{
    clear:  both;
    margin-bottom: 23px;
}
.iabout_r dl dt{
    font-size:  18px;
    margin-bottom: 15px;
}
.iabout_r dl dd{
    line-height: 30px;
    color: #666;
    height: 150px;
}
.iabout_r a{
    display:  block;
    width: 120px;
    text-align:  center;
    background: #009a44;
    color: #fff;
    line-height:  35px;
    font-size: 16px;
    height: 35px;
}


/*产品展示*/
.ipro{
    margin-bottom: 30px;
    background: #e6e6e6;
    padding: 50px 0 30px;
}
.notice{
    width: auto;
}
.tab-hd{
    text-align: center;
}
.tab-hd .tab-nav{
    display: inline-block;
}
.tab-hd .tab-nav li{
    float: left;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
}
.tab-hd .tab-nav li a{
    font-size: 16px;
    color: #666;
    font-weight: bold;
    height:  40px;
    line-height:  40px;
    display:  block;
    border-radius: 10px;
    background: #f0f0f0;
    width: 150px;
}
.tab-hd .tab-nav .on a{
    color: #fff;
    background: #009a44;
}
.tab-bd{
    margin-top: 20px;
}
.tab-pal ul{}
.tab-pal ul li{
    float: left;
    width: 270px;
    border: 1px solid #e6e6e6;
    box-shadow: 5px 5px 5px #ccc;
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 5px;
    background: #fff;
}
.tab-pal ul li img{
    display: block;
    width: 270px;
    height: 228px;
    transition:all .3s;
    -moz-transition:all .3s;/* Firefox 4 */
    -webkit-transition:all .3s;/* Safari å’Œ Chrome */
    -o-transition:all .3s;/* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);/* IE 9 */
    -webkit-transform: scale(1,1);/* Safari å’Œ Chrome */
    -o-transform: scale(1,1);/* Opera */
    -moz-transform: scale(1,1);/* Firefox */
}
.tab-pal ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
} 
.tab-pal ul li .ipro_img{
    overflow: hidden;
}
.tab-pal ul li:hover{
    background: #009a44;
    border: 1px solid #009a44;
}
.tab-pal ul li p{
    text-align:  center;
    font-size:  16px;
    font-weight:  bold;
    height: 30px;
    line-height: 30px;
    margin-top:5px
}
.tab-pal ul li:hover p{
    color:#fff;
}
